Jun 27, 2005, 10:10 PM // 22:10
|
#1
|
Krytan Explorer
Join Date: May 2005
Location: Canada/Quebec
Guild: Silentum Altum
Profession: E/Mo
|
Damage Calculator Program
So here it is, i'v scripted a program that calculate the damage of your weapon. It's for the people that are like me, too lazy to do this manualy. It is very precise and fast.
Yes i know its a .exe , could contain a keylogger and yada yada and what not. Well what can i say, there is no keyloger in that prog (lol? )
For the people that are too afraid well, here is the code source with it. You will be able to verify and compile it yourself. ( you will need visual studio .net 2002 or over ). If you cant, you could wait for somebody else that you trust enought to compile ( and verify ) it and upload it.
this is the first version, in the next version i will add skill damage calculator asweel.
EDIT : New version of the program, added critical calculator and skills damage calculator. Its named v1.1.
So if somebody was/has checked the program already check it again because of new version.
Last edited by deathwearer; Jun 28, 2005 at 05:05 AM // 05:05..
|
|
|
Jun 28, 2005, 03:10 AM // 03:10
|
#2
|
Elite Guru
|
i would not suggest anyone actually run this until the source has been compiled and verified.
thanks.
__________________
[quote=Sausaletus Rex]...When you respond to a thread in [Q&A] make sure, and I mean damn sur
|
|
|
Jun 28, 2005, 05:04 AM // 05:04
|
#3
|
Krytan Explorer
Join Date: May 2005
Location: Canada/Quebec
Guild: Silentum Altum
Profession: E/Mo
|
still uncheck i beleive, but if somebody was courageous enought to dl it, if you see any error/bugs Send me a PM.
If there is other stuff like that you would like to see in the program write it down here, calculation stuff that everyone is to lazy to do manualy etc =| There is not much limit, that's basic stuff anyway.
thank.
|
|
|
Jun 28, 2005, 05:55 AM // 05:55
|
#4
|
Pre-Searing Cadet
Join Date: Jun 2005
Guild: Silentum Altum - Guildmaster
Profession: Me/E
|
Tested it out, my NOD32 didnt detect anything, id say it was safe.
|
|
|
Jun 28, 2005, 09:16 AM // 09:16
|
#5
|
Academy Page
Join Date: May 2005
Location: Czechia, Europe
Guild: Drums Of Doom
Profession: N/E
|
MadMan030> and that says nothing as a custom keylogger would not be detected anyway
I don't want to say that the program contains one, just that the detection of it is outside of the scope of any antivirus software.
BTW: why a program, when you could do it in javascript or other web technology?
|
|
|
Jun 28, 2005, 12:01 PM // 12:01
|
#6
|
Krytan Explorer
Join Date: May 2005
Guild: [KCHS]
Profession: W/N
|
Quote:
Originally Posted by Vorkronor
MadMan030> and that says nothing as a custom keylogger would not be detected anyway
I don't want to say that the program contains one, just that the detection of it is outside of the scope of any antivirus software.
BTW: why a program, when you could do it in javascript or other web technology?
|
Well gw guru calculator still works. Not to keen on using programs for everything.
|
|
|
Jun 28, 2005, 12:29 PM // 12:29
|
#7
|
Krytan Explorer
Join Date: May 2005
Location: Canada/Quebec
Guild: Silentum Altum
Profession: E/Mo
|
--->BTW: why a program, when you could do it in javascript or other web technology?
Because im not skilled enought in java or any web technology to make something like that. Plus it's done in vb and... it's pretty ez to make.
And Thank Jelloblimp i didn't even knew about that one but mine is still a bit more complex.
|
|
|
Jun 28, 2005, 07:41 PM // 19:41
|
#8
|
Academy Page
Join Date: May 2005
Guild: servants of fortuna
Profession: W/Mo
|
i have been tryin to find this for so so so long i'm gonna try to install and such wheni get home...... if someone can explain another way to do this (besides manually) fine.. but i don't and woohoo....
i hope this goes well lol
thanx deathwearer
|
|
|
Jun 28, 2005, 08:26 PM // 20:26
|
#9
|
Krytan Explorer
Join Date: May 2005
Location: Canada/Quebec
Guild: Silentum Altum
Profession: E/Mo
|
oh its themost simple program you can ever see. download it ( the GwDmgCalc v1.1.zip ) Unzip the .exe and run the .exe. And when in the program you will know what do to, just make sure each case has a number ( there is 2 section, weapon and Skills ) If you only want your weapon damage you dont have to fill the skills section, but make sure each case of the section has AT LEAST a number even if it's 0, else it's gona crash =|
|
|
|
Jun 28, 2005, 08:32 PM // 20:32
|
#10
|
Krytan Explorer
Join Date: May 2005
Location: Canada/Quebec
Guild: Silentum Altum
Profession: E/Mo
|
Pic #1 How the program look like
Pic #2 Code of the program.
As you can see there isn't much code and there is absolutly no keyloger in that, and for those who wana say "it might be somewhere else"
Ok, where the call of another form here or any subfuction ( there is none anyway )
And for the noob im programation, each program need an entry point, (the code you see its the loading form ) So if it doen't make any call to other fuction or form there can't be key logger
|
|
|
Jun 28, 2005, 08:32 PM // 20:32
|
#11
|
Frost Gate Guardian
|
It's clean. Manually checked. It's a tiny and simple program, as far as looking for malicious stuff goes. Took 5 minutes. It does one textual manipulation and a few numeric calculations. That's it. Nothing dangerous here. Well, that base64 encoded icon scares me. But it's not dangerous. Course, trusting me is as stupid as trusting him. But you got to trust someone.
--- "kontrol", one thing: When you're distributing source it's customary to not include a compiled binary. Especially twice. =) And you definitely don't need to include the .pdb twice.
|
|
|
Jun 28, 2005, 08:35 PM // 20:35
|
#12
|
Krytan Explorer
Join Date: May 2005
Location: Canada/Quebec
Guild: Silentum Altum
Profession: E/Mo
|
Yeah my bad dude, i haven't coded any VB since... years forgot about it.
Like he said..... simple program... text manipulation ( the white box ) and numeric calculation ( in the code )..... that's all about it.
I might add a lot of other stuff in the futur about other calculation going on in GW, but i think to make it more simple for everyone ill just code it all so it will need to be cheked only once.
|
|
|
Jun 28, 2005, 08:37 PM // 20:37
|
#13
|
Krytan Explorer
Join Date: May 2005
Location: Canada/Quebec
Guild: Silentum Altum
Profession: E/Mo
|
btw if any of you have suggestion about calculation you would like to see added here, say it out loud.
|
|
|
Jul 28, 2005, 04:21 AM // 04:21
|
#14
|
Pre-Searing Cadet
Join Date: Jul 2005
Guild: BabyKillerz
Profession: R/E
|
Sorry to sound like a noob, but how do i use this thing?
When i open this, an error appears saying "The application failed to open properly (0x0000135). Click on OK to terminate the applycation.
How do i use this? i reaaaallly want to know.
Last edited by SnabbuS; Jul 28, 2005 at 04:44 AM // 04:44..
|
|
|
Jul 28, 2005, 04:31 AM // 04:31
|
#15
|
Banned
|
It calculates critical chance, or just critical damage?
Edit: This seems pretty majorly bugged. 50%+ armor penetration puts a max damage higher than critical damage. Doesn't armor penetration affect criticals also? And how do you account for all the various % modifiers on a weapon. I believe 15%>50% and 20% from customization multiply by each other for 38%. Is the 20% from customization taken for granted? Should I just use 38% as the number there?
Edit2: Going from 12 to 16 weapon attribute on the calculator gives far more than the tested 15% increase. The calculator is giving a roughly 40% increase in damage.
Last edited by ICURADik; Jul 28, 2005 at 04:43 AM // 04:43..
|
|
|
Aug 30, 2005, 12:37 AM // 00:37
|
#16
|
Pre-Searing Cadet
Join Date: Aug 2005
Profession: W/Mo
|
Does it work? I tried but says failed to initialize or something like that.
|
|
|
Thread Tools |
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT. The time now is 04:42 PM // 16:42.
|